Micron Document
πŸŽ–οΈGitΠ―Ρ€Π°πŸŽ–οΈ

Node / meshtastic / Meshtastic-Android / files / docs / zh-rTW / user / debug-logs.md

Displaying Raw β€’ View rendered β€’ Download

docs/zh-rTW/user/debug-logs.md bd2863243bab6eb213401d949839a2bc74dde7e2 (bd286324) Text, 3.04 KB

---
title: Debug Logs
parent: User Guide
nav_order: 22
last_updated: 2026-07-08
description: View and export the app's own debug logs from inside the app, and attach a capture to a GitHub issue to help diagnose bugs β€” no adb required.
aliases:
Tff7b72- debug-logs
Tff7b72- logcat
Tff7b72- app-logs
Tc9d1d9 - bug-report
Tc9d1d9---

Tc9d1d9# Debug Logs

When something misbehaves, the app's debug logs are the single most useful thing you can attach to a bug report. Meshtastic can capture them **for you, from inside the app** β€” you no longer need Ta5d6ff`adb` or any desktop tooling to collect them.

Open the **Debug Panel** from **Settings β†’ Advanced β†’ Debug Panel**.

Tff7b72> πŸ“Ž **Filing an issue?** Export your logs (see below) and attach the `.txt` file to your report at [github.com/meshtastic/Meshtastic-Android/issues](https://github.com/meshtastic/Meshtastic-Android/issues). A log capture that covers the moment the problem happened turns "it doesn't work" into something a developer can actually track down.

Tc9d1d9## The two tabs

The Debug Panel has two tabs:

Tff7b72- **Packets** β€” the decoded mesh traffic your radio has sent and received (protocol-level messages). Useful for diagnosing mesh and routing behavior.
Tff7b72- **App logs** β€” the app's own diagnostic log (Android _logcat_), including warnings, errors, and stack traces from the app itself. This is usually what a bug report needs.

Each tab has its own **export** button and produces its own file, so you can grab whichever is relevant β€” or both.

Tc9d1d9## Viewing app logs

The **App logs** tab shows the most recent log lines from **this app only** β€” never other apps on your device.

Tff7b72- **Search** β€” type in the search box to filter to matching lines.
Tff7b72- **Level filter** β€” the **V / D / I / W / E** chips toggle Verbose, Debug, Info, Warn, and Error lines. Tap a level to hide it; tap again to bring it back. Fatal lines are always shown.
Tff7b72- **Refresh** β€” the refresh icon re-reads the latest logs.

Error and warning lines are tinted so problems stand out.

Tc9d1d9## Exporting

Tap the **download** icon to save the current logs to a file. You choose where it goes through the system file picker, and the file is named with a timestamp (for example Ta5d6ff`meshtastic_logcat_20260701_143312.txt`) so repeated exports never overwrite each other.

Attach that file to your GitHub issue.

Tff7b72> πŸ”’ **Privacy:** Exports automatically **redact** private keys, admin keys, and session passkeys before writing the file. Channel PSKs are **not** redacted, and logs can also contain node names, positions, and other identifying details β€” glance through the file before sharing it publicly, and share privately if you have any doubt.

Tc9d1d9## ζ‘Œι’η‰ˆ

The desktop app has no system logcat, so the **App logs** tab shows the app's own captured log output instead. Search, filtering, and export work the same way.

Tc9d1d9## η›Έι—œδΈ»ι‘Œ

Tff7b72- [Tff7b72Help & In-App Docs](Te6edf3help-and-docs) β€” reading this documentation offline inside the app
Tff7b72- [Tff7b72Connections](Te6edf3connections) β€” if the problem is getting connected to your radio in the first place

---

Served by rngit 1.5.0 - Generated in 0.05s